home *** CD-ROM | disk | FTP | other *** search
- Command Name : Copy
-
- Function : Copies files or directories (Not disks)
-
- Arguments : [FROM] {<name1>} [TO] {<name2>}
-
- Location : C: directory
-
- Copy will copy all the files specified in name1 to the drawer in name2.
- If a filename is specified in <name2> then the file will be renamed at its
- final location.
-
- Examples
-
- Copy FROM C:Makedir TO Df1:C/
-
- Copies Makedir from the C drawer of the boot disk to the C drawer of
- the disk in the external disk drive.
-
- Copy C:Makedir TO DF1:c/NewDrawer
-
- Copies Makedir from the C drawer of the boot disk to the C drawer of
- the disk in the external disk drive then renames it to NewDrawer.
-
- Copy C: To Df1:
-
- Copies the entire contents of the boot disk's C directory to the
- disk in the external disk drive.
-